/*当前位置*/
.com_nav li {
    display: inline-block;
}
.com_nav {
    overflow: hidden;
    padding: 0 0 10px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
    padding-top: 15px;
}
.com_nav ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.com_nav ul li {
    float: left;
    height: 28px;
    line-height: 28px;
}
.com_nav ul li a {
    padding: 0 2px;
    color: #999;
    font-size: 14px;
}
.com_nav i.fa.fa-university {
    margin-right: 8px;
}
/*内页导航分类*/
.top_nav {
    display: table;
    text-align: center;
    margin: 0 auto;
}
.top_nav li {
    float: left;
    padding: 10px 30px;
    color: #333;
    margin: 0 20px;
    line-height: 45px;
    border-radius: 3px;
    font-size: 17px;
    text-transform: capitalize;
}
.top_nav a {
    text-transform: uppercase;
}
.top_nav a:hover{
    color: #007C33;
}
.nav_cont .nav_width {
    bottom: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(to right, #2a2973 0%,#282529 50%,#007C33 100%);
    transition: all ease-out .5s;
    -moz-transition: all ease-out .5s;
    -webkit-transition: all ease-out .5s;
    -o-transition: all ease-out .5s;
}
.nav_cont {
    width: 100%;
    background: #eee;
    position: relative;
}
/*下载*/
.com_investor {
    height: auto;
    overflow: hidden;
}
.com_investor .inv_b {
    height: auto;
    overflow: hidden;
}
.com_investor .inv_b ul {
    margin: 0;
    padding: 0;
        list-style: none;
}

.com_investor .inv_b ul li {
    line-height: 26px;
    padding: 20px 0;
    border-bottom: 1px dashed rgba(0,0,0,0.15);
    position: relative;
}
.com_investor .inv_b ul li a {
    display: block;
    font-size: 15px;
    color: #666;

    transition: 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.com_investor .inv_b ul li a i{ padding-right:5px;}
.com_investor .inv_b ul li a span {
    color: #8d8d8d;
    padding-left: 45px;
    font-size: 14px;
    float: right;
}
.com_investor .inv_b ul li:hover a {
    padding-left: 40px;
   color:#007C33;
}

/*案例*/
.case img{max-width:100%;}
.inner .case {
    position: relative;
    padding: 3% 0;
}
.inner .case h3 {
    font: 600 16px/1 "Microsoft yahei";
    text-align: center;
}
.inner .case ul {
    width: 100%;
    margin-top: 3%;
    padding-left: 0px;
}
.inner .case li .imgarea {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    width: 100%;
  /*  height: 285px;*/
}
.inner .case li .imgarea img {
    max-width: 100%;
}
.imgarea img {
 /*   width: 100%;
    height: 100%;*/
    transition: all 0.5s;
}
.inner .case li .txtarea h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 15px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}
.inner .case li .txtarea h5::before {
    content: '';
    background: #007C33;
    width: 15px;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: 0px;
    transition: all .4s;
}
.inner .case li{ margin-bottom:30px;} 
.imgarea:hover img {
    transform: scale(1.1);
}

/*发展历程*/
.about_develop_wrap {
    padding: 60px 0 50px;
}
.about_develop {
    padding: 34px 60px 0;
    border-bottom: 2px solid #ddd;
}
.about_develop .owl-wrapper-outer {
    padding: 0 0 34px;
}
.about_develop .owl-item {
    text-align: center;
}
.about_develop .owl-item .item {
    font-size: 24px;
    color: #666;
    display: inline-block;
    margin: 18px;
    width: 75px!important;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    line-height: 75px;
    position: relative;
    font-family: Impact;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s;
}
.about_develop .owl-item .item:before {
    position: absolute;
    content: '';
    width: 111px;
    height: 111px;
    border-radius: 50%;
    left: -18px;
    top: -18px;
    z-index: -1;
    transition: all .3s;
}
.about_develop .owl-item .item span {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    background: #ddd;
    border-radius: 50%;
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    transition: all .3s;
}
.about_develop .owl-item .item span:after {
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: #ddd;
    content: '';
    bottom: 10px;
    left: 5px;
    transition: all .3s;
}
.about_develop .owl-item.cur .item, .about_develop .owl-item:hover .item {
    background: #007C33;
    color: #fff;
}
.about_develop .owl-item.cur .item:before, .about_develop .owl-item:hover .item:before {
        background: #007C33;
    opacity: 0.5;
}
.about_develop .owl-item.cur .item span, .about_develop .owl-item:hover .item span {
    background: #007C33;
}
.about_develop .owl-buttons>div {
    position: absolute;
    width: 50px;
    height: 60px;
    border: 1px solid #bbb;
    text-align: center;
    line-height: 60px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}
.about_develop .owl-buttons .owl-prev {
    left: 0;
}
.about_develop_wrap ul {
    padding: 50px 80px 0;
    min-height: 208px;
}
.about_develop_wrap ul li h4 {
    font-size: 54px;
    color: #007C33;
    font-family: Impact;
    float: left;
}
.about_develop_wrap ul .con {
    padding: 20px 0 0 40px;
    float: left;
}
.about_develop_wrap ul li p {
    font-size: 16px;
    position: relative;
    padding: 0 0 0 25px;
}
.about_develop .owl-buttons>div span {
    font-size: 24px;
    color: #bbb;
}
.icondayu:before {
    content: "\e615";
}
.about_develop .owl-buttons .owl-next {
    right: 0;
}
.icondayu:before {
    content: "\e615";
}

/*资质*/

.cf, .clearfix {
    clear: both;
    *zoom: 1;
}
.cf:before, .cf:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

/*图文*/
.news-box {
    box-shadow: 0px 5px 9px 1px #d0cdcd;
}
.news-content h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    line-height: 32px;
}
.news-content {
    margin: 29px 33px;
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
}
.news-content p {
    color: #999999;
}
.news-date {
    text-align: left;
}
.news-date {
    text-align: left;
    margin: 0px 33px;
    padding-bottom: 30px;
}
.news-date span {
    font-size: 19px;
    color: #333;
}
.news-date a.more {
    float: right;
    width: 118px;
    height: 32px;
    display: inline-block;
    background: #007C33;
    text-align: center;
    line-height: 29px;
    color: #fff;
    font-size: 12px;
    border: 2px solid #007C33;
}
.news-box:hover .news-date a.more {
    background: #fff;
    transition: all .3s;
    color: #007C33;
}
.news-box {
    overflow: hidden;
}
.news-box:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.news-box:hover h3 {
    color: #007C33;
}
.news-a {
    text-align: center;
    margin: 71px 0px;
}
.news-a a {
    display: inline-block;
    width: 240px;
    height: 40px;
    background: #f3f3f3;
    border: 1px solid #dadada;
    line-height: 36px;
    color: #999999;
    text-transform: uppercase;
    font-weight: 500;
}

/*产品*/
.ptb80mb30 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.left_product_menu ul li> p:hover{
     border-bottom: 1px solid #007C33;
}

/*.left_product_menu ul li>p:hover a {
     border-bottom: 1px solid #007C33;
}*/
.left_product_menu ul a:before {
    width: 4px;
    height: 4px;
    display: block;
    content: '';
    background: #333;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 50%; margin-top:-2px;
}

.left_border {
    border: 1px solid #ddd;
    padding: 25px 28px;
    margin-bottom: 25px;
}
.left_border .tit {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.left_product_menu ul li p {
    padding: 0 4px;
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;    line-height: 50px;  font-weight: bold;
}

.left_product_menu ul li> p:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: -100%;
    background: #007C33;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.left_product_menu ul li p:hover a,.left_product_menu ul li p.hover a  {
    color: #fff;
    transition: all .3s;
}
/*.left_product_menu ul a:hover:before{
    background-color: #fff;
}*/
.left_product_menu ul a {
    padding: 0 0 0 24px;
    position: relative;
    display: block;
    font-size: 16px;
    color: #333;
    flex: 1;
    overflow: hidden;

/*    border-bottom: 1px solid #ddd;*/
}
.left_product_menu ul li>p:before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    top: 0;
    left: -100%;
    background: #007C33;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.left_product_menu ul li>p:hover:before,.left_product_menu ul li>p.hover:before {
    left: 0;
}
.left_product_menu ul li{
    overflow: hidden;
    position: relative;
}
/*.left_product_menu ul a:hover {
    color: #fff;
    transition: all .3s;
}*/

.left_product_menu ul li .inner_sublist p {
    padding: 0 0 0 32px;    line-height: 40px; 
}
.left_product_menu ul li .inner_sublist p a{ color:#666666}
.left_product_menu ul li .inner_sublist p:hover a,.left_product_menu ul li .inner_sublist p.hover a{ color:#ffffff;}
.left_product_menu ul li .inner_sublist .inner_sublist p { padding: 0 0 0 64px; line-height: 30px; font-weight:lighter;}
.left_product_menu ul li .inner_sublist .inner_sublist  .inner_sublist p { padding: 0 0 0 96px;}
.left_product_menu ul p:hover a:before,.left_product_menu ul p.hover a:before {

    background: #ffffff;
  
}
.left_news ul li {
    padding-top: 15px;
}
.left_news ul li p {
    font-size: 13px;
    color: #999;
}
.left_news ul li p span {
    margin-left: 10px;
}
.left_news ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.left_news ul li a:hover {
    color: #007C33;
}
.left_tag ul {
    margin: 0 -3px;
}
.flex_wrap {
    flex-wrap: wrap;
}
.left_tag li {
    flex-basis: 40%;
    flex-grow: 1;
    margin: 0 3px 6px;
}
.left_tag li a {
    display: block;
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #333;
}
.left_tag ul{
    padding-left: 0px;
}
.left_product_menu.left_border ul , .left_news.left_border.mb_none ul{
    padding-left: 0px;
}

.page_picList li a {
    display: block;
    margin-bottom: 40px;
    background: #eee;
    padding-bottom: 0;
}
.page_picList li .img {
    overflow: hidden;
    border: 10px solid #eee;
    background: #fff;
    position: relative;
}

.page_picList li img {
    transition: all 0.6s;
    margin: auto;
    height: aotu;
}
.page_picList li .img span {
        background: rgb(0 124 51 / 0.5);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    color: #fff;
    transition: all .3s;
}
.page_picList li .img span i{ font-size:36px;}
.page_picList li .con h4 {
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.page_picList li a:hover h4 {
        background: linear-gradient(to top,#ffffff 10% ,#007C33 90%);
}
.page_picList li a:hover .con h4 {
    color: #fff;
}

.page_picList li a:hover {
    background: #007C33;
}
.page_picList li a:hover .img {
    border-color: #007C33;
}
.page_picList li:hover img {
    transform: scale(1.1);
}
.page_picList li a:hover .img span {
    top: 0;
}
.left_tag li a:hover {
    background: #007C33;
    color: #fff;
}
.left_product_menu.left_border ul.pro-ul {
    padding-left: 20px;
        background: #fff;
}
.flex {
    display: flex;
}
.left_product_menu.left_border ul.pro-ul a:hover {
    color: #fff;
    background: #007C33;
}

.box.yanfa {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}

/***关于我们***/
.page_aboutindex {
    padding-top: 30px;
}
.over-hidden {
    overflow: hidden;
    position: relative;
}
/***关于我们***/
/***产品详情页***/
.single-content h1.h1 {
    font-size: 28px;
    font-weight: lighter;
    line-height: 1.2;
    padding-top: 15px;
    padding-bottom: 30px;
    font-weight: lighter;
    color: #211715;
    text-align: center;
}

.single-content .info {
    font-size: 14px;
    line-height: 50px;
    color: #999999;
    text-align: center;
}
.single-content .com_desc {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 2;
    padding-top: 20px;
}
.single-content .com_desc * {
    max-width: 100%;
}
.back{ clear:both; padding-top:20px;}
.back a {
    width: 121px;
    background: #007C33;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    font-size: 15px;
    color: #fff;
    border: 2px solid #007C33;
    padding: 3px 0px;
}
.back {
    text-align: right;
}
.back a:hover {
    background: transparent;
    border: 2px solid #007C33;
    color: #007C33;
}


/*联系我们*/
.page_contactindex .tit {
    text-align: center;
}
.page_contactindex .tit h4 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.page_contactindex .tit p {
    font-size: 14px;
    color: #999;
}
.page_contactindex ul {
    margin: 40px 60px 0;
}
.flex {
    display: flex;
}
.page_contactindex li {
    display: flex;
    flex: 1;
    margin: 0 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 240px;
    background: #eee;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
}

.page_contactindex li i {
         color: #007C33;
    font-size: 48px;
    display: block;
    line-height: 1;
}
.page_contactindex li h4 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 30px 0 5px;
}
.page_contactindex li p {
    font-size: 14px;
    color: #333;
}
.page_contactindex .map {
    margin: 0px 0 0;
    text-align: center;
}

div#dituContent {
    margin: auto;
        max-width: 1210px;
}
.contact-page ul.flex {
    padding-left: 0px;
}
.contact-page .com_nav {
    overflow: hidden;
    padding: 0 0 10px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 20px;
    margin-left: 15px;
    margin: 11px 100px 0;
}
.contact-page .ptb80mb30{ padding-bottom:0;}

.message{margin-top:100px; padding-top:100px; padding-bottom:100px; background-color:#007C33; color:#FFFFFF;
/*background-image: url(w993.jpg);*/}
.message form{ display:block;} 
.message .t1{ text-align:center;font-size:36px; font-weight:bold;}
.message .t2{ width:500px; margin:auto; max-width:90%; text-align:center; color:#ffffff; font-size:16px; margin-top:20px;}
.message .input{ padding-top:80px; clear:both;}
.message .input input{ background-color:#ffffff; height:60px; width:32%; border:none; padding-left:15px; padding-right:15px;box-sizing:border-box; float:left; font-size:18px;}
.message .input input:nth-child(3n+2){ margin-left:2%; margin-right:2%;}
.message .tijiao2{ text-align:center; padding-top:80px; clear:both;}
.message .tijiao2 button{border-radius:60px; font-size:18px; background-color:#EB9912; color:#FFFFFF; height:60px; width:200px; border:none; z-index:2;}



.main .titen { text-transform:capitalize;font-size: 66px;font-weight:bold;color:#eee; }
.main .titcn { font-weight: bold;font-size: 26px;margin-top: -11px; }
.jobli{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #007C33;
	background-color:#F7F7F7;
	padding-left:3%;
	padding-right: 3%;	padding-top: 30px;
	padding-bottom: 30px; margin-bottom:20px; float:left; width:100%;
}
.jobli .hc{ display:none}


.jobli>h3{
	display: block;
	background: #f7f7f7;
	cursor: pointer;
	position: relative;
-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;color: #007C33; float:left; width:100%; position:relative;

}
.jobli>h3:before{-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
 transition: all 0.2s ease-out 0s; font-family: "iconfont" !important;
  font-size: 42px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e68d"; position:absolute; right:-3%; top:50%; line-height:1; margin-top:-24px; margin-right:5px; transform: rotate(180deg);
}
.jobli.hover>h3:before{transform: rotate(0deg);}

.jobli>h3 .time{ color:#999999; position:absolute; top:50%; right:20px; font-size:16px; line-height:1; margin-top:-10px;}
.jobli .hc{float:left; width:100%; max-height:0;	-webkit-transition: all 0.2s ease-out 0s;
-moz-transition: all 0.2s ease-out 0s;
-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;display:block; overflow:hidden; 	position: relative; }
	
.jobli .hc>div{
	background: #f7f7f7;

	line-height: 34px;
	font-size: 14px;
	color: #4c4c4c;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd; margin-top:20px; line-height:2; float:left; width:100%;

}

.jobli.hover .hc{ max-height:500px;}
.jobtitle{
	text-align:center;
	font-weight: bold;
	line-height:1;
	padding-bottom:50px;
	padding-top:20px;
	font-size: 26px;
	text-transform: uppercase; width:100%; float:left; clear:both;
}
.jobtitle .t1{text-transform: uppercase;
font-size: 66px;
font-weight: bold;
color: #eee;}
.jobtitle .t2{ margin-top:-21px;}



/*新闻*/

.inner .newslist {
    padding: 3% 0;
    width: 103%;
}
.cf, .clearfix {
    clear: both;
    *zoom: 1;
}
.cf:before, .cf:after, .clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.inner .newslist li {
    width: 30.33%;
    float: left;
    margin-right: 3%;
    margin-bottom: 40px;
}
.inner .newslist li.hot .imgarea {
    width: 100%;
    border: 1px solid #ddd;
}
.about-content .container {
    max-width: 1400px;
}

.inner .newslist li.hot .imgarea .wrap {
    margin: 10px;
    overflow: hidden;
}
.inner .newslist li.hot .imgarea img {
    height: 270px;
}
.imgarea img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.inner .newslist li .txtarea {
    padding: 15px 20px;
}
.inner .newslist li .txtarea .time {
    font-size: 22px;
    color: #007C33;
    margin-bottom: 10px;
    line-height: 1.5;
}
.inner .newslist li .txtarea h5 {
    font-size: 17px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner .newslist li .txtarea .des {
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    margin: 10px 0 15px;
}
.inner .newslist li .txtarea .more {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
}
.inner .newslist li.hot:hover .imgarea {
    border: 1px solid #007C33
}
.inner .newslist li.hot:hover .wrap {
    overflow: hidden;
}
.inner .newslist li.hot:hover .txtarea {
    background: #007C33;
    color: #fff;
}
.inner .newslist li.hot:hover .txtarea .des, .inner .newslist li.hot:hover .txtarea .time {
    color: #fff;
}
.inner .newslist li.hot:hover .txtarea h5 {
    color: #fff;
}
.inner .newslist li.hot:hover .txtarea .more {
    border-color: #333;
    color: #333;
    background: #fff;
}
.imgarea:hover img {
    transform: scale(1.1);
}.inner .newslist li.normal {
    box-shadow: 0 0 10px #ddd;
}
.inner .newslist li .txtarea {
    padding: 15px 20px;
}
.inner .newslist li.normal .time {
    border-bottom: 1px solid #ddd;
    color: #888;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.inner .newslist li.normal .time .more {
    display: inline-block;
    float: right;
    border: none;
    width: auto;
    height: auto;
    line-height: normal;
}
.inner .newslist li .txtarea h5 {
    font-size: 17px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner .newslist li.normal h5 i {
    color: #007C33;
    margin-right: 10px;
}
.inner .newslist li .txtarea .des {
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    margin: 10px 0 15px;
}
.inner .newslist li.normal:hover h5 i, .inner .newslist li.normal:hover .time {
    color: #007C33;
}
.inner .newslist li.normal:hover h5 {
    color: #007C33;
    font-weight: bold;
}


/*分页*/
.pagination {
    
    padding: 0;
 
     text-align:center; display:block; clear:both; padding-bottom:20px; padding-top:20px; float:left; width:100%;
}
.pagination>li {
    display:inline-block;
}
.pagination>li>a, .pagination>li>span {
    border-radius: 30px;
    margin: 0px 10px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination li.active span {
    background-color: #007C33;
    border: 1px solid #007C33;
        z-index: 3;
    color: #fff;
    cursor: default;

}
    .pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*搜索*/
.search2 input{
	height:40px;
	float:left;
	border: 1px solid #dddddd; padding-left:15px; padding-right:15px; width:300px;border-radius:5px 0 0 5px;
}
.search2 button{ float:left; background-color:#007C33; color:#FFFFFF; border:none; height:40px; width:50px;border-radius:0 5px 5px 0;}
.search2 form{ width:382px; margin:auto;}
.search2 .res{ width:382px; margin:auto;}